home *** CD-ROM | disk | FTP | other *** search
- -- card: 29703 from stack: in
- -- bmap block id: 22006
- -- flags: 4000
- -- background id: 26138
- -- name: WIN
- ----- HyperTalk script -----
- on openCard
- set userLevel to 5
- show menubar
- set script of background 2604 to empty
- set script of background 26138 to empty
- end openCard
-
- --background script read as follows:
- --on doMenu choice
- --if choice is "Message" then pass doMenu
- --if choice is "Home" then pass doMenu
- --if choice is "Quit Hypercard" then pass doMenu
- --end doMenu
-
-
-
-
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=56 top=214 right=240 bottom=89
- -- title width / last selected line: 0
- -- icon id / first selected line: 14953 / 14953
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: RESTART
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom out slow
- go to card id 6682
- end mouseUp
-
-
-